Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh
/
[androidJvm]resend_chunksKt
/
Dsl
/
plusAssign
plus
Assign
@
JvmName
(
name
=
"plusAssignChunks"
)
inline operator
fun
DslList
<
Int
,
resend_chunksKt.Dsl.ChunksProxy
>
.
plusAssign
(
value
:
Int
)
repeated uint32 chunks = 1;
Parameters
value
The chunks to add.
@
JvmName
(
name
=
"plusAssignAllChunks"
)
inline operator
fun
DslList
<
Int
,
resend_chunksKt.Dsl.ChunksProxy
>
.
plusAssign
(
values
:
Iterable
<
Int
>
)
repeated uint32 chunks = 1;
Parameters
values
The chunks to add.